home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000128_news@watsun.cc.columbia.edu _Mon Jun 7 15:54:49 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA06552
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 7 Jun 1999 15:54:49 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA18571
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 7 Jun 1999 15:37:47 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: leofa@my-deja.com
  10. Subject: Re: moving from serial to tcp/ip (reduex)
  11. Date: Mon, 07 Jun 1999 18:03:21 GMT
  12. Organization: Deja.com - Share what you know. Learn what you don't.
  13. Message-ID: <7jh1h3$ttu$1@nnrp1.deja.com>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. i appologize for being obtuse but 1. what else do i have to to to
  17. establish a connection to the unix system besides issue a "set net type
  18. tcp/ip" and "set host 172.16.1.40" commands?  kermit says something
  19. about connecte OK.
  20.  
  21. 2. logging into unix -- which way do i use to do this?  sense i just
  22. want to do the "remote" commands to the unix kermit server, can i just
  23. "remote login"?  this doesnt seem to work.
  24.  
  25. 3.  the unix box is an old (circa 1993) sco unix pc.  i have one task
  26. running kermit in server mode all the time.  its been working in server
  27. mode for a 1/2 years (hooked to the serial cable which was hooked to
  28. the k95 nt box).  obviously, the server has been listening on the
  29. serial "link".  do i need to tell it something to listen on the
  30. "tcp/ip" link?
  31.  
  32. thanks again.  i have tried to read the manuals but i admit i am having
  33. a hard time with this.
  34.  
  35. In article <7j9gak$rfg$1@newsmaster.cc.columbia.edu>,
  36.   fdc@watsun.cc.columbia.edu (Frank da Cruz) wrote:
  37. > In article <7j9c18$mna$1@nnrp1.deja.com>,  <leofa@my-deja.com> wrote:
  38. > : yes. ok.  thanks.  telnet works fine.
  39. > : but i still can not get my two line script on the nt box to run.
  40. the
  41. > : first line is "set file download c:\k95\xfer" and the second is
  42. "remote
  43. > : dir /usr/drs/xfer > file.lst".  it is the remote dir line that
  44. doesnt
  45. > : work.  if i try it by hand, it just sits there till i press e a lot
  46. or
  47. > : ctrl-c. (i would then conditionally set off additional .ksc scripts
  48. to
  49. > : remote file gets).
  50. > : could you please help with any further advice!  thanks.
  51. > :
  52. > At the time these commands are executed:
  53. >
  54. >  1. You must have established the connection to the Unix system;
  55. >  2. You must have logged in to Unix;
  56. >  3. You must have started C-Kermit on UNIX and put it in server mode.
  57. >
  58. > - Frank
  59. >